home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
emerald
/
emrldsys.lha
/
Language
/
Compiler
/
Builtins
/
Nil.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-08-16
|
292 b
|
14 lines
%
% @(#)Nil.m 1.1 3/6/87
%
export _NilObject to "Builtins"
const _NilObject == immutable object _NilObject
export getSignature
const NilType == immutable type NilType
end NilType
function getSignature -> [result : Signature]
result <- NilType
end getSignature
end _NilObject